(executable-command-find-posix-p): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Sun, 1 Feb 2004 16:27:00 +0000 (16:27 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 1 Feb 2004 16:27:00 +0000 (16:27 +0000)
lisp/progmodes/executable.el

index 4d12031588de96d3ad3208841ded334cb43c7b04..b301d84d144837b2b6cd9b62b160ead6dd93689f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*-
 
-;; Copyright (C) 1994, 1995, 1996, 2000, 2003 by Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1995, 1996, 2000, 2003, 2004 by Free Software Foundation, Inc.
 
 ;; Author: Daniel Pfeiffer <occitan@esperanto.org>
 ;; Keywords: languages, unix
@@ -143,7 +143,7 @@ See `compilation-error-regexp-alist'.")
 ;;;###autoload
 (defun executable-command-find-posix-p (&optional program)
   "Check if PROGRAM handles arguments Posix-style.
-If PROGRAM is non-nil, use that instead of "find"."
+If PROGRAM is non-nil, use that instead of \"find\"."
   ;;  Pick file to search from location we know
   (let* ((dir   (car load-path))
          (file  (find-if